home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch INIT / drvr.csControl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-12  |  466 b   |  34 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     drvr.csControl.c
  4.     Copyright (c) 1990, joe holt
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_DRVR_CSCONTROL
  10. #define _H_DRVR_CSCONTROL
  11.  
  12.  
  13. /*******************************************************************************
  14.  **
  15.  **    Public Constants
  16.  **
  17.  **/
  18.  
  19. enum {
  20.     gVersion = 1000
  21. };
  22.  
  23.  
  24. /*******************************************************************************
  25.  **
  26.  **    Public Functions
  27.  **
  28.  **/
  29.  
  30. OSErr csControl( CntrlParam *cpb, DCtlPtr dce );
  31.  
  32.  
  33. #endif  /* ifndef _H_DRVR_CSCONTROL */
  34.